runtime.g.throwsplit (field)

7 uses

	runtime (current package)
		proc.go#L4005: 	gp.throwsplit = true
		proc.go#L4101: 	gp.throwsplit = true
		proc.go#L4200: 		gp.throwsplit = false
		proc.go#L4236: 	gp.throwsplit = false
		runtime2.go#L463: 	throwsplit   bool // must not split stack
		signal_unix.go#L676: 	if !c.sigFromUser() && flags&_SigPanic != 0 && (gp.throwsplit || gp != mp.curg) {
		stack.go#L981: 	if thisg.m.curg.throwsplit {